Skip to content

Commit 4cf7456

Browse files
remove unused options
1 parent 39d510f commit 4cf7456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ program.command('open-project')
710710

711711
program.command('editor-logs')
712712
.description('Prints the path to the Unity Editor log files.')
713-
.action(async (options) => {
713+
.action(async () => {
714714
const unityEditorLogsPath = UnityEditor.GetEditorLogsDirectory();
715715
process.stdout.write(`${unityEditorLogsPath}\n`);
716716
process.exit(0);

0 commit comments

Comments
 (0)