Last active
July 23, 2022 14:31
-
-
Save dylan-chong/9702b6fc2c08da143e6caade9b9e11b6 to your computer and use it in GitHub Desktop.
Bash command to add `, async: true` to a given file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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