We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64de500 commit d4764ffCopy full SHA for d4764ff
awsshell/app.py
@@ -213,8 +213,9 @@ def run(self):
213
break
214
else:
215
if text.startswith('.'):
216
- # These are special commands. The only one supported for
217
- # now is .edit.
+ # These are special commands (dot commands) that are
+ # interpreted by the aws-shell directly and typically used
218
+ # to modify some type of behavior in the aws-shell.
219
result = self._dot_cmd.handle_cmd(text, application=self)
220
if result is EXIT_REQUESTED:
221
0 commit comments