Aha: Difference between revisions

No edit summary
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 7: Line 7:


== Example ==
== Example ==
<source lang="bash">sudo meza deploy production --list-tasks | sudo tee > >(aha --black --title "Production Deploy Tasks" > /tmp/deploy.tasks.html)</source>
<syntaxhighlight lang="bash">sudo meza deploy production --list-tasks | sudo tee > >(aha --black --title "Production Deploy Tasks" > /tmp/deploy.tasks.html)</syntaxhighlight>


produces output like the following:
produces output like the following: