diff --git a/docs/Namespace/get_Command.md b/docs/Namespace/get_Command.md new file mode 100644 index 000000000..7f05d1e9a --- /dev/null +++ b/docs/Namespace/get_Command.md @@ -0,0 +1,15 @@ +Namespace.get_Command() +----------------------- + +### Synopsis +Gets the commands in the namespace. + +--- + +### Description + +Gets all the commands in the namespace. + +That is, all aliases, cmdlets, and functions. + +---