### Goal Provide more information about what is happening. ### Implementation This. ``` python cquery.tag(path, ".Asset") ``` Prints this. ``` bash # Successfully tagged "c:\my\dir" with ".Asset" ```
Goal
Provide more information about what is happening.
Implementation
This.
Prints this.
# Successfully tagged "c:\my\dir" with ".Asset"