File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,25 @@ There are two ways to use the package. You can just run the scripts or use the u
3232
3333### Command line interface
3434
35+ ```
36+ pa [OPTIONS] COMMAND [ARGS]...
37+
38+ Options:
39+ --install-completion Install completion for the current shell.
40+ --show-completion Show completion for the current shell, to copy it or
41+ customize the installation.
42+ -h, --help Show this message and exit.
43+
44+ Commands:
45+ django Makes Django Girls tutorial projects deployment easy
46+ path Perform some operations on files
47+ schedule Manage scheduled tasks
48+ students Perform some operations on students
49+ webapp Everything for web apps: use this if you're not using our experimental features
50+ website EXPERIMENTAL: create and manage ASGI websites
51+
52+ ```
53+
3554### Running ` pa ` on your local machine
3655
3756` pa ` expects the presence of some environment variables that are provided when you run your code in a PythonAnywere console.
You can’t perform that action at this time.
0 commit comments