Rewrite the `kdb` cli tool from `C++` to `C`. ## Subcommands - [x] basename - [ ] cache - [x] cmerge - [ ] complete - [ ] convert - [x] cp - [x] dirname - [ ] editor - [ ] export - [x] file - [x] find - [ ] gen - [x] get - [ ] global-mount/gmount - [ ] global-umount/gumount - [ ] list-commands - [ ] list-tools - [x] ls - [ ] ~merge~ - [x] meta-[get, ls, rm, set, show] - [ ] mount - [x] mv - [x] namespace - [ ] plugin-[check, info, list] - [ ] remount - [x] rm - [x] set - [x] sget - [ ] shell - [ ] smount - [ ] spec-mount/smount - [ ] test - [ ] umount - [ ] validate ## Related issues that should be solved in the process - [x] #4024 - [x] #1164 - [x] #4028 - [x] #3957 - [x] #3742 - [x] #3648 - [x] #1563
Rewrite the
kdbcli tool fromC++toC.Subcommands
mergeRelated issues that should be solved in the process
kdb#4024