-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
# current status
d++ checkout $PROJECT -b 1 -t $DIRECTORY_PATH_TO_WANT
d++ build $REPOSITORY_PATH_TO_BUILD
d++ test $REPOSITORY_PATH_TO_BUILDAbove 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_WANTThank you.