mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
removed develop-time comment/marker
This commit is contained in:
parent
a05ebb21eb
commit
b8970a0e5d
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ def parse_args(args=None):
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument('-v', '--version', dest='version', action="store_true", help="prints version information and exits")
|
parser.add_argument('-v', '--version', dest='version', action="store_true", help="prints version information and exits")
|
||||||
parser.add_argument('-ls', dest='ls', action="store_true", help="displays accessible journals")
|
parser.add_argument('-ls', dest='ls', action="store_true", help="displays accessible journals")
|
||||||
# yarko test:
|
|
||||||
parser.add_argument('-c', '--config', dest='conf', action="store_true", help="shows current config file and path")
|
parser.add_argument('-c', '--config', dest='conf', action="store_true", help="shows current config file and path")
|
||||||
|
|
||||||
composing = parser.add_argument_group('Composing', 'To write an entry simply write it on the command line, e.g. "jrnl yesterday at 1pm: Went to the gym."')
|
composing = parser.add_argument_group('Composing', 'To write an entry simply write it on the command line, e.g. "jrnl yesterday at 1pm: Went to the gym."')
|
||||||
|
|
Loading…
Add table
Reference in a new issue