File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ $ vien call pkg/module.py
255
255
256
256
### "call": running file as a module
257
257
258
- If the ` .py ` file name is preceded by the ` -m ` parameter , we will run it with
258
+ If the ` .py ` file name is preceded by the ` -m ` argument , we will run it with
259
259
` python -m MODULE ` . Running in this manner often simplifies importing other
260
260
modules from the program.
261
261
@@ -276,7 +276,7 @@ $ vien call -m /abc/myProject/pkg/sub/module.py
276
276
` pkg.sub.module ` resolvable from ` /abc/myProject ` to a file
277
277
278
278
The project directory can be specified not only by the working directory, but
279
- also by the ` -p ` parameter .
279
+ also by the ` -p ` argument .
280
280
281
281
The ` call ` command only accepts ` .py ` files, no module names.
282
282
@@ -297,7 +297,7 @@ $ vien call -B -OO -m package/main.py arg1 arg2
297
297
298
298
### "call": project directory
299
299
300
- The optional ` -p ` parameter can be specified before the ` call ` word. It allows
300
+ The optional ` -p ` argument can be specified before the ` call ` word. It allows
301
301
you to set the project directory ** relative** to the parent directory of the
302
302
** file** being run.
303
303
Original file line number Diff line number Diff line change 1
1
__version__ = "8.1.0"
2
2
__copyright__ = "(c) 2020-2021 Artëm IG <github.com/rtmigo>"
3
3
__license__ = "BSD-3-Clause"
4
+
You can’t perform that action at this time.
0 commit comments