Help text
This commit is contained in:
2
README
2
README
@@ -40,7 +40,7 @@ usage: lesscpy [-h] [-I INCLUDE] [-x] [-X] [-m] [-D] [-v] [-o OUT] [-S] [-V]
|
||||
target
|
||||
|
||||
positional arguments:
|
||||
target
|
||||
target less file or directory
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
|
||||
@@ -42,7 +42,7 @@ def run():
|
||||
default=False, help="Run lexer on target")
|
||||
group.add_argument('-N', '--no-css', action="store_true",
|
||||
default=False, help="No css output")
|
||||
aparse.add_argument('target')
|
||||
aparse.add_argument('target', help="less file or directory")
|
||||
args = aparse.parse_args()
|
||||
#
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user