It would be great to have a dot-rc file somewhere to specify default command line parameters. For instance, if I want to have the default be https instead of http, instead of having to specify it every time as --default-scheme=https, adding
to some config file would rock.
Additionally, having a [DEFAULT] and multiple individual [HOST] blocks would be awesome, and pretty easy to do with configparser.
It would be great to have a dot-rc file somewhere to specify default command line parameters. For instance, if I want to have the default be https instead of http, instead of having to specify it every time as --default-scheme=https, adding
to some config file would rock.
Additionally, having a [DEFAULT] and multiple individual [HOST] blocks would be awesome, and pretty easy to do with configparser.