#!/bin/bash
import bar './bar/'
function command_hello {
function help {
echo -e "Example of pulsion command"
}
function process {
p 1 'foo verbosity 1'
p 2 'foo verbosity 2'
pulsion bar::hello
}
}
bar/pulsion/config_pulsion
#!/bin/bash
function command_hello {
function help {
echo -e "Example of pulsion command"
}
function process {
p 1 "bar verbosity 1"
p 2 "bar verbosity 2"
}
}
I would have expected to see "bar verbosity 2". Is it intended this way?
Thanks for this tool, keep up the good work.
I get the following results:
For: pulsion/config_pulsion
bar/pulsion/config_pulsion
I would have expected to see "bar verbosity 2". Is it intended this way? Thanks for this tool, keep up the good work.