SDL CLI command to generate sdlcli shell completion file for bash
[ric-plt/sdlgo.git] / internal / cli / cli_private_fn_test.go
index 2a20a51..34e3ab3 100644 (file)
@@ -1,6 +1,6 @@
 /*
    Copyright (c) 2021 AT&T Intellectual Property.
-   Copyright (c) 2018-2021 Nokia.
+   Copyright (c) 2018-2022 Nokia.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -31,4 +31,5 @@ var (
        NewRemoveCmdForTest     = newRemoveCmd
        NewNamespacesCmdForTest = newNamespacesCmd
        NewStatisticsCmd        = newStatisticsCmd
+       NewCompletionCmdForTest = newCompletionCmd
 )