Skip to content
Discussion options

You must be logged in to vote

Ohhhhhhhhhhh I can find my suggestion in the speckit code.

# Warn if --number and --timestamp are both specified
if [ "$USE_TIMESTAMP" = true ] && [ -n "$BRANCH_NUMBER" ]; then
    >&2 echo "[specify] Warning: --number is ignored when --timestamp is used"
    BRANCH_NUMBER=""
fi
 

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@EmadMokhtar
Comment options

Answer selected by EmadMokhtar
Comment options

You must be logged in to vote
1 reply
@EmadMokhtar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants