You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Create a generic utility for handling --output flag in Lisk commander. There are a few commands that use --output flag to output results to a specific directory along with filename or without it.
By default we write to current directory cwd
If a path is given in any form, with ~ or relative or absolute path needs to be resolved.
If the path is given along with filename then choose that custom file name otherwise use a default one, preferably namespace passphrase:create to passphrase.json or keys:create to keys.json
Acceptance Criteria
All commands using --output flag should have same behaviour
Should have all unit tests
Additional Information
The text was updated successfully, but these errors were encountered:
Description
Create a generic utility for handling
--output
flag in Lisk commander. There are a few commands that use --output flag to output results to a specific directory along with filename or without it.cwd
~
or relative or absolute path needs to be resolved.passphrase:create
topassphrase.json
orkeys:create
tokeys.json
Acceptance Criteria
--output
flag should have same behaviourAdditional Information
The text was updated successfully, but these errors were encountered: