| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
command from pyscript.
Added support for tab completing application commands in ipython shell
Updated unit tests scripts to set cmd_echo to True to validate command output.
|
| |
|
|
|
|
|
| |
Removed all legacy pystate objects.
Changed default behavior to clear _last_result before each command
Added utility for creating named tuples with default values
Added tests to exercise new changes.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
runcmds_plus_hooks can accept multiple commands process the command queue to
deal with subsequent commands loaded from scripts without requiring a command
loop. This better supports a one-off batch processing scenario.
Also fixed the insertion order of commands placed in the command queue by load
and _relative_load so that script commands are run in the expected order.
Minor tweak to setup instructions in CONTRIBUTING.md to include pyperclip in
prerequisites.
|
| | |
|
| | |
|
|
|
Also removed default argument for _relative_load and load
|