virtual_fs: Remove help commands from the sample conversation.

This commit is contained in:
Steve Howell 2018-01-10 12:21:46 -05:00 committed by showell
parent 820e949faf
commit f8d51fc9d1

View file

@ -108,9 +108,6 @@ def sample_conversation() -> List[str]:
('ls /\n* /*bar*\n* /*foo*\n* /yo/\n\n'), ('ls /\n* /*bar*\n* /*foo*\n* /yo/\n\n'),
('invalid command\nERROR: unrecognized command\n\n'), ('invalid command\nERROR: unrecognized command\n\n'),
('write\nERROR: syntax: write <path> <some_text>\n\n'), ('write\nERROR: syntax: write <path> <some_text>\n\n'),
('help' + get_help() + '\n\n'),
('help ls\nsyntax: ls <optional_path>\n\n'),
('help invalid_command' + get_help() + '\n\n'),
] ]
REGEXES = dict( REGEXES = dict(