#108 fedora-hosted should require as few parameters as possible
Closed: Fixed Opened by mcepl.

For example, instead of
{{{
fedora-hosted -P projectName -p password -u login list-tickets
}}}
I would prefer fedora-hosted to collect all this information somewhere on its own. Possible sources of information could be:
* ~/.fedora-hosted-rc or ~/.fedora/hostedrc configuration file
* name of the current directory (for name of the project) or,
* some kind of git config --get variable


Fixed in [807ffce].

Metadata