forked from TrueCloudLab/frostfs-node
[#1332] cli: Implement tree add-by-path
command
It is `TreeService.AddNodeByPath` method implementation. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
3d8349d7f8
commit
6e4f7180fe
2 changed files with 96 additions and 0 deletions
|
@ -12,9 +12,11 @@ var Cmd = &cobra.Command{
|
|||
func init() {
|
||||
Cmd.AddCommand(addCmd)
|
||||
Cmd.AddCommand(getByPathCmd)
|
||||
Cmd.AddCommand(addByPathCmd)
|
||||
|
||||
initAddCmd()
|
||||
initGetByPathCmd()
|
||||
initAddByPathCmd()
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue