Skip to content

Commit 25bcebc

Browse files
Adds excerpt of cli help output into readme.
1 parent c4a30ed commit 25bcebc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)