diff --git a/bin/fanyi.js b/bin/fanyi.js index 1737300..f46e606 100755 --- a/bin/fanyi.js +++ b/bin/fanyi.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --no-deprecation +#!/usr/bin/env -S node --no-deprecation const { Command } = require('commander'); const chalk = require('chalk');