index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd2
/
parsing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
parse_command_only now appropriately sets multiline_command
kotfu
2018-08-08
1
-4
/
+11
*
Merged master with bug fix for #474
Todd Leonhardt
2018-07-17
1
-10
/
+8
|
\
|
*
Bug fix and unit tests for #474
kotfu
2018-07-16
1
-10
/
+8
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-07-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Use instance attribute for terminators
Kyle Sunden
2018-07-10
1
-1
/
+1
*
|
Fixed a couple type hints and minor pep8-style formatting issues
Todd Leonhardt
2018-07-09
1
-17
/
+18
*
|
Move LINE_FEED into constants
kotfu
2018-07-07
1
-5
/
+3
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-06-19
1
-4
/
+20
|
\
\
|
|
/
|
*
Allowing quoted paths when piping and redirecting
Kevin Van Brunt
2018-06-07
1
-4
/
+20
*
|
Fixed issue with parsing.py on Python 3.4 and 3.5
Todd Leonhardt
2018-06-05
1
-15
/
+14
*
|
Make statement feel immutable and add type hinting
kotfu
2018-06-03
1
-35
/
+64
*
|
Clarify documentation and change parse() parameter name
kotfu
2018-05-27
1
-4
/
+8
|
/
*
Fix bug in sequential terminator logic
kotfu
2018-05-17
1
-0
/
+9
*
Added check to support a continuous run of a terminator to end a line
Kevin Van Brunt
2018-05-16
1
-10
/
+5
*
Remove cmd2.Cmd.redirector for #381
kotfu
2018-05-10
1
-17
/
+21
*
Make alias checking and command parsing use the same regex
kotfu
2018-05-07
1
-11
/
+51
*
Fix bungled merge from master
kotfu
2018-05-06
1
-10
/
+16
*
Merge branch 'master' into ignore_identchars
kotfu
2018-05-06
1
-12
/
+39
|
\
|
*
Fixed some warnings
Kevin Van Brunt
2018-05-06
1
-6
/
+5
|
*
Refactor self.complete() for #380
kotfu
2018-05-05
1
-13
/
+40
*
|
Fix alias expansion when not followed by whitespace
kotfu
2018-05-06
1
-7
/
+20
|
/
*
Add argv to Statement object
kotfu
2018-05-02
1
-6
/
+27
*
Ensure args is ‘’ for backwards compatibility with cmd
kotfu
2018-05-02
1
-6
/
+12
*
Fix nested alias and shortcut expansion
kotfu
2018-04-30
1
-88
/
+80
*
Internal refactoring of parsing and tokenizing code
kotfu
2018-04-29
1
-19
/
+31
*
Add some documentation
kotfu
2018-04-29
1
-1
/
+29
*
Missed a mutable argument
kotfu
2018-04-29
1
-1
/
+1
*
Really get rid of the inputFrom stuff, including documentation
kotfu
2018-04-29
1
-10
/
+0
*
multilineCommands -> multiline_commands
kotfu
2018-04-29
1
-9
/
+9
*
outputTo -> output_to
kotfu
2018-04-29
1
-5
/
+5
*
pipeTo -> pipe_to
kotfu
2018-04-29
1
-8
/
+8
*
_command_and_args switched to static method
kotfu
2018-04-29
1
-1
/
+2
*
multilineCommand -> multiline_command
kotfu
2018-04-29
1
-9
/
+9
*
Move quotes and redirection_chars from arguments to constants
kotfu
2018-04-29
1
-18
/
+28
*
Cleanup requested changes in pull request
kotfu
2018-04-29
1
-8
/
+7
*
Add description of comment-matching regex
kotfu
2018-04-27
1
-0
/
+24
*
First stage of refactoring cmd2.parseline() for tab completion
kotfu
2018-04-26
1
-24
/
+80
*
Add type hinting
kotfu
2018-04-24
1
-28
/
+43
*
Refactoring and code cleanup
kotfu
2018-04-24
1
-3
/
+3
*
Multiline now working
kotfu
2018-04-23
1
-2
/
+2
*
Multiline support mostly done
kotfu
2018-04-23
1
-2
/
+13
*
More work on multiline
kotfu
2018-04-23
1
-0
/
+4
*
Fix parsing of input redirection and appending output
kotfu
2018-04-23
1
-7
/
+8
*
Shortcuts and aliases fully implemented.
kotfu
2018-04-23
1
-7
/
+7
*
Shortcut and alias processing added to CommandParser()
kotfu
2018-04-23
1
-3
/
+41
*
Updates to comments and todo list
kotfu
2018-04-22
1
-3
/
+1
*
args has to be ‘’ not None
kotfu
2018-04-22
1
-3
/
+6
*
refactor Command() to Statement(str)
kotfu
2018-04-22
1
-21
/
+46
*
A bit of renaming
kotfu
2018-04-21
1
-11
/
+11
*
Move CommandParser class into its own file
kotfu
2018-04-20
1
-0
/
+212