Add a --comment flag so when running the annotate command in cli it will append a comment to the line.
For example running
ts-migrating annotate --comment "Migrating to `erasableSyntaxOnly`."
would annotate
// @ts-migrating -- Migrating to `erasableSyntaxOnly`.