Open concaf opened 7 years ago
This is a refactoring issue resulting from https://github.com/kedgeproject/kedge/pull/166#discussion_r129756100
We need to move the non CLI argument parsing logic out of cmd and to pkg.
we will have to make whole argument handling a little bit better in general. This problem will surface once we add more arguments that require validation
This is a refactoring issue resulting from https://github.com/kedgeproject/kedge/pull/166#discussion_r129756100
We need to move the non CLI argument parsing logic out of cmd and to pkg.