hedgedoc / cli

A tiny CLI for HedgeDoc
GNU Affero General Public License v3.0
150 stars 37 forks source link

WIP: CodiMD CLI config file #23

Closed SISheogorath closed 3 months ago

SISheogorath commented 5 years ago

Since the CodiMD CLI relies on information like the remote server, it would be useful to have this information provided in a config file. A simple env file seems like an easy way to store data.

This patch implements a very basic functionality to have such a config file.