Last 12 weeks · 0 commits
4 of 6 standards met
1. Summary If I run the Travis Command Line Client commands from grunt-shell: no commands are executed, nothing happens in the console. else another commands (for example, see my real project file; I ran from grunt-shell pipenv, git, npx commands; shell and batch scripts, commands with environment variable as argument): grunt-shell works as expected. 2. MCVE You can see this configuration in the * branch of my demo/debugging repository. 1. Operating system: 1. Windows 10.0.19041.508 Pro N for Workstations 64-bit EN (Local) 1. Ubuntu 20.04.1 LTS (Travis CI) 1. Part of : 1. : 1. : 3. Steps to reproduce How I got value from above, that required for the Travis CLI client. I created a personal access GitHub token → . 4. Behavior See the Travis build. 4.1. Expected — run command directly If : command completed successfully in 0.96 seconds. 4.2. Unexpected — grunt-shell Else ***: Thanks.
In the command, when I run it in Grunt, I see the command output, but I don't see the command input: So I want to see the command as it will be run in the terminal, as if I typed it myself. I want to make sure that the command and its templates are being substituted correctly. Somehow I figured might do it, but actually that defaults to true. When the grunt step runs for that command all I see is the result. What I want to see is the being printed out in its entirety, post-template-substitution. I have command strings like this: and I would like to see, for instance printed out on the console when running
Repository: sindresorhus/grunt-shell. Description: Run shell commands Stars: 943, Forks: 125. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v4.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 3y ago. Community health: 85%. Top contributors: sindresorhus, thorn0, ChrisWren, DimitarChristoff, jbdeboer, ksheedlo, gingermusketeer, pflannery, Richienb, taavo and others.