Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dylan-chong
Last active July 23, 2022 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dylan-chong/9702b6fc2c08da143e6caade9b9e11b6 to your computer and use it in GitHub Desktop.
Save dylan-chong/9702b6fc2c08da143e6caade9b9e11b6 to your computer and use it in GitHub Desktop.
Bash command to add `, async: true` to a given file
nvim test/hello.exs -c 'execute "normal! gg/use ExUnit.Case\<CR>A, async: true\<Esc>:wq\<CR>"' -u NONE --headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment