Init
This command initializes a Papis library interactively.
Warning
The command will modify your configuration file, if it exists. Unfortunately,
configparser
does not preserve whitespace or comments when reading
and writing a file, so these will be lost.
Examples
To create a new library at a given directory, just run
papis init /path/to/my/library
and answer the questions interactively.
To create a library in the current directory, just run
papis init
Command-line Interface
Initialize a papis library
papis init [OPTIONS] <LIBRARY DIRECTORY>
Options
- -h, --help
Show this message and exit.
Arguments
- <LIBRARY DIRECTORY>
Optional argument