hpcugent / vsc-base

Basic Python libraries used by UGent's HPC group
Other
14 stars 51 forks source link

Default configfile #47

Open itkovian opened 11 years ago

itkovian commented 11 years ago

It would be handy if a configfile can be set by default, e.g., in /etc/myapp.conf such that it should not be provided on the command line unless its location differs.

stdweird commented 10 years ago

@itkovian what is missing in current generaloption exactly? it should be possible to set configfile locations via simple_option, and as many as you want.