royiro10 / cogo

MIT License
2 stars 1 forks source link

Chore: Support for Current Working Directory #23

Closed royiro10 closed 4 months ago

royiro10 commented 5 months ago

Feature Description:

when users use Cogo Client it communicate to the Cogo daemon and request command execution, but how does the daemon know in what Context to execute requested commands?

what will be the results of this commands?:

~/private/b $ cogo -s dir_a run ls -la
~/work/a    $ cogo -s dir_b run ls -la

Expected Behavior: