monk-dev / monk

34 stars 3 forks source link

Automatically initalize monk on a new install. #21

Open fisherdarling opened 2 years ago

fisherdarling commented 2 years ago

When the monk-cli is ran, it will determine if a config needs to be created and it will automatically create a config in XDG_CONFIG_DIR and a data dir in XDG_DATA_DIR. It is also possible to give an override folder that monk will then look in.

This PR also adds some doc comments for the CLI args as well as printing more results.