You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pseudo optional specifier "date" to create file with date in the name
aww create file.cs date
# creates YYYY-MM-DD-file.cs
aww create file.cs class date
# creates YYYY-MM-DD-file.cs and uses template-class.cs
aww create file.cs date class
# creates YYYY-MM-DD-file.cs and uses template-class.cs (same as above, order does not matter)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: