Tool should be configurable with yaml files #4

Closed
opened 2023-03-19 09:33:41 +00:00 by allanger · 0 comments
allanger commented 2023-03-19 09:33:41 +00:00 (Migrated from git.badhouseplants.net)

Default parameters look like that

os:
  - linux
  - macos
  - windows
arch:
  - amd64
  - arm64 (or something)

I need to come up with sane default values, but also let users pass a flag like --config to pass additional values, if they are very special

Default parameters look like that ```YAML os: - linux - macos - windows arch: - amd64 - arm64 (or something) ``` I need to come up with sane default values, but also let users pass a flag like `--config` to pass additional values, if they are very special
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: allanger/dumb-downloader#4
No description provided.