Ejemplo n.º 1
0
        public async Task SupportsHelpOption()
        {
            await installAutoCompleteCommand.Execute(new[] { "--help" });

            commandOutputProvider.Received().PrintCommandHelpHeader(Arg.Any <string>(), "install-autocomplete", Arg.Any <string>(), Arg.Any <TextWriter>());
        }