We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba71cdf commit 2e65218Copy full SHA for 2e65218
2 files changed
nts/__main__.py
@@ -1,4 +1,4 @@
1
-from .cli import main
2
-
3
-if __name__ == '__main__':
4
- main()
+from .cli import main
+
+if __name__ == '__main__':
+ main()
readme.md
@@ -15,7 +15,7 @@ pip3 install nts-everdrone
15
## Usage
16
17
```
18
-Usage: nts.py [options] args
+Usage: nts [options] args
19
20
Options:
21
-h, --help show this help message and exit
0 commit comments