Closed rometsch closed 11 months ago
This adds the functionality to set the binary path via command line and store a config file in ~/.fargocpt/config.yml.
~/.fargocpt/config.yml
fargocpt config
fargocpt config set exe_path ~/path/to/binary
~
fargocpt config set exe_path
This adds the functionality to set the binary path via command line and store a config file in
~/.fargocpt/config.yml
.fargocpt config
lists the configfargocpt config set exe_path ~/path/to/binary
sets the exe path, it expands~
and uses the absolute pathfargocpt config set exe_path
print the executable path