Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enhance ¶
Enhance augment the given command which is assumed to be the root command of the 'list' command. It will: - add the 'did' command. - replace the original 'list' command implementation with our own 'list' command which will list all did:key. - replace the original 'show' command implementation with our own 'show' command which will show the did:key of the key.
func EnhanceListCmd ¶
EnhanceListCmd replaces the original 'list' command implementation with our own 'list' command which will allow us to list did:key of the keys as well as the original keys.
func EnhanceShowCmd ¶
EnhanceShowCmd replaces the original 'show' command implementation with our own 'show' command which will allow us to display the did:key of the key as well as the original key.