Open t-ikeda-sti opened 1 year ago
destory
) -> use cobra validation--argment
) -> use cobra validation--argument
flag value format
--argument
flag
a: ${{ 1 + "a" }}
) -> need custom validation${{}}
) syntax errorif: ${{ 1 + 1 }} # expected to bool type, but number
)${{ modules.foo }} # foo is not exists
)By next week, I will come up with a policy for specifications.
User Story
The developer wants to resolve errors on his own from the error messages from the CLI. For this reason, they want to get clear error messages from dacrane.
Acceptance Criteria
(TBD)