Open superxcgm opened 3 years ago
Process
User can add $(command and args) in double quote string, shell should able to execute it and replace it with it's result.
$(command and args)
Single command Given: echo "$(git_current_branch)" When: Then:
Complex command Given: echo "$(echo '1 + 1' | bc)" When: Then:
`
Epic
Process
Description
User can add
$(command and args)
in double quote string, shell should able to execute it and replace it with it's result.AC
Single command Given: echo "$(git_current_branch)" When: Then:
Complex command Given: echo "$(echo '1 + 1' | bc)" When: Then:
`