Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
zao111222333 committed Aug 13, 2024
1 parent 78de12a commit 20e7f36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## USAGE
see more in `cli/*`
## TODO
- [ ] pyi generate
- [ ] continuation prompt
2 changes: 1 addition & 1 deletion cli/test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CLI_DIR=$(dirname $(readlink -f "$0"))
for file in tests/*.py; do
$CLI_DIR/run $file
$CLI_DIR/run $file arg1 arg2 arg3
done
3 changes: 2 additions & 1 deletion tests/test2.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import foo, sys
print(sys.argv)
if sys.argv!=['arg1', 'arg2', 'arg3']:
foo.exit(1)

0 comments on commit 20e7f36

Please sign in to comment.