| --config | configuration file(.ctirc) path | 
| --project | tsconfig.json path: you must pass path with filename, like this "./tsconfig.json" | 
| --startAt | start working from startAt directory. If you do not pass startAt use project directory. | 
| --includeBackup | remove with backup file | 
| --exportFilename | Export filename, if you not pass this field that use "index.ts" or "index.d.ts" | 
| --spinnerStream | Stream of cli spinner, you can pass stdout or stderr | 
| --progressStream | Stream of cli progress, you can pass stdout or stderr | 
| --reasonerStream | Stream of cli reasoner. Reasoner show name conflict error and already exist index.ts file error. You can pass stdout or stderr |