Skip to content

feature: remove '$' requirement to start anchor#10

Merged
solidiquis merged 1 commit intomainfrom
feature/remove-anchor-dollar
Jan 20, 2025
Merged

feature: remove '$' requirement to start anchor#10
solidiquis merged 1 commit intomainfrom
feature/remove-anchor-dollar

Conversation

@solidiquis
Copy link
Copy Markdown
Owner

@solidiquis solidiquis commented Jan 20, 2025

Changes

  • Changes anchor declaration from ${...} to {...}.
  • Using the $ syntax prevents users from using double-quoted Bash strings because of conflicts with parameter expansion and Bash string-interpolation.
  • Now users can use double-quoted bash strings and use Bash string interpolation and parameter expansion within the template string.
  • Edited README + CLI help text.

@solidiquis solidiquis merged commit 953994d into main Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant