Current section
Files
Jump to
Current section
Files
config/persist_command_opts.exs
import Config
config :dependents_tree,
parsing_options: [
strict: [all: :boolean, help: :boolean],
aliases: [a: :all, h: :help]
]