mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 21:15:20 +00:00
Add command to look up a VK callsign
This commit is contained in:
parent
4d35fee21e
commit
395af281d1
2 changed files with 86 additions and 0 deletions
|
@ -31,6 +31,13 @@ namespace Shamir.Console
|
|||
new StorageLsCommand(),
|
||||
new StorageCopyCommand(),
|
||||
new StorageGetUrlCommand()
|
||||
)),
|
||||
new DefaultCommandTree(
|
||||
"vk",
|
||||
"Australian Amateur Radio commands",
|
||||
ImmutableArray<ICommandTree>.Empty,
|
||||
ImmutableArray.Create<ICommand>(
|
||||
new VKLookupCommand()
|
||||
))
|
||||
),
|
||||
ImmutableArray<ICommand>.Empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue