bugscpp icon indicating copy to clipboard operation
bugscpp copied to clipboard

Wish the commands were revised.

Open 0cherry opened this issue 3 years ago • 0 comments

# current status
d++ checkout $PROJECT -b 1 -t $DIRECTORY_PATH_TO_WANT
d++ build $REPOSITORY_PATH_TO_BUILD
d++ test $REPOSITORY_PATH_TO_BUILD

Above code block is current d++ command. It felt uncomfortable to use. I'd appreciate it if you could fix it as follows.

# recommendation 
d++ checkout $PROJECT -b 1 -t $DIRECTORY_PATH_TO_WANT
d++ build $PROJECT -b 1 -t $DIRECTORY_PATH_TO_WANT
d++ test $PROJECT -b 1 -t $DIRECTORY_PATH_TO_WANT

Thank you.

0cherry avatar Apr 01 '22 06:04 0cherry