Skip to content

Commit d4764ff

Browse files
committed
Update comment
1 parent 64de500 commit d4764ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

awsshell/app.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,9 @@ def run(self):
213213
break
214214
else:
215215
if text.startswith('.'):
216-
# These are special commands. The only one supported for
217-
# now is .edit.
216+
# These are special commands (dot commands) that are
217+
# interpreted by the aws-shell directly and typically used
218+
# to modify some type of behavior in the aws-shell.
218219
result = self._dot_cmd.handle_cmd(text, application=self)
219220
if result is EXIT_REQUESTED:
220221
break

0 commit comments

Comments
 (0)