Nicescad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 17: | Line 17: | ||
<source lang='bash'> | <source lang='bash'> | ||
nicescad -h | nicescad -h | ||
usage: nicescad [-h] [-a] [-c] [-d] [--host HOST] [--port PORT] [-s] [-V] | usage: nicescad [-h] [-a] [-c] [-d] [-i INPUT] [--host HOST] [--port PORT] | ||
[-s] [-V] | |||
Copyright 2023 contributors. All rights reserved. | Copyright 2023 contributors. All rights reserved. | ||
| Line 28: | Line 29: | ||
options: | options: | ||
-h, --help | -h, --help show this help message and exit | ||
-a, --about | -a, --about show about info [default: False] | ||
-c, --client | -c, --client start client [default: False] | ||
-d, --debug | -d, --debug show debug info [default: False] | ||
--host HOST | -i INPUT, --input INPUT | ||
--port PORT | input file | ||
-s, --serve | --host HOST the host to serve / listen from [default: localhost] | ||
-V, --version | --port PORT the port to serve from [default: 9858] | ||
-s, --serve start webserver [default: False] | |||
-V, --version show program's version number and exit | |||
</source> | </source> | ||
Revision as of 06:44, 21 July 2023
OsProject
| OsProject | |
|---|---|
| id | nicescad |
| state | active |
| owner | WolfgangFahl |
| title | nicescad |
| url | https://github.com/WolfgangFahl/nicescad |
| version | 0.0.1 |
| description | |
| date | 2023-07-21 |
| since | 2023-07-19 |
| until | |
Installation
pip install nicescad
# alternatively if your pip is not a python3 pip
pip3 install nicescad
# local install from source directory of nicescad
pip install .
upgrade
pip install nicescad -U
# alternatively if your pip is not a python3 pip
pip3 install nicescad -U
Usage
command line
nicescad -h
usage: nicescad [-h] [-a] [-c] [-d] [-i INPUT] [--host HOST] [--port PORT]
[-s] [-V]
Copyright 2023 contributors. All rights reserved.
Licensed under the Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0
Distributed on an "AS IS" basis without warranties
or conditions of any kind, either express or implied.
options:
-h, --help show this help message and exit
-a, --about show about info [default: False]
-c, --client start client [default: False]
-d, --debug show debug info [default: False]
-i INPUT, --input INPUT
input file
--host HOST the host to serve / listen from [default: localhost]
--port PORT the port to serve from [default: 9858]
-s, --serve start webserver [default: False]
-V, --version show program's version number and exit