Actions
Feature #6138
closed[RFE] Issue a warning when any parameter starts with doubledashes
Description
I had to solve interesting bug when user forgot to actually provide an option:
katello-installer --capsule-foreman-oauth-key --capsule-foreman-oauth-secret --capsule-register-in-foreman
Then the instance was broken because key was remembered as: "--capsule-foreman-oauth-secret".
We could implement a tiny little thing that would warn if any parameter starts with "--" to at least warn user for those options that are in free form.
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #3704: Foreman-installer options -manage needs a true argument added
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominic Cleal
- Pull request https://github.com/theforeman/kafo/pull/175 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 28cf2013b72bdb376b8bd1cde93a5a03cdd9d73a.
Actions