#367 Add option --namespace to clone command
Closed: Fixed by onosek. Opened by cqi.

clone command accepts namespaced repostiory name, e.g. rpms/rpkg or modules/ant. But, it is optional and command help does not tell anything about this usage and what available namespaces could be used. This could confuse some new packagers.

--namespace option is used to provide an explicit way to specify namespace, which would make packagers happy. An example could be:

fedpkg clone --namespace modules ant

which is equivalent to

fedpkg clone modules/ant

Metadata Update from @cqi:
- Issue set to the milestone: 1.57
- Issue tagged with: RFE

The potential confusion fixed in: https://pagure.io/rpkg/pull-request/555

Metadata Update from @onosek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata Update from @onosek:
- Issue set to the milestone: 1.63 (was: 1.57)

Metadata