We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnspod-ddns --version 0.2.3
The text was updated successfully, but these errors were encountered:
program .version(packageInfo.version) .usage('[options] [value ...]') .option('-d, --dns-domain <domain>', 'Set domain name(*required)') .option('-H, --dns-host <host>', 'Set host name(*required)') .option('-u, --user <user>', 'Set user name(*required)') .option('-p, --passwd <password>', 'Set password(*required)') .option('-D, --daemon', 'Start as daemon mode') .option('-i, --interface <interface>', 'Use IP address of specified network interface') .parse(process.argv);
vim /usr/local/bin/dnspod-ddns 后发现源码和 github 上的版本不一样? 但是 version 是同一个
Sorry, something went wrong.
No branches or pull requests
dnspod-ddns --version
0.2.3
The text was updated successfully, but these errors were encountered: