Skip to content
New issue

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

chore: Convert help command handling to typescript #547

Merged
merged 1 commit into from
Jun 3, 2019

Conversation

lili2311
Copy link
Contributor

@lili2311 lili2311 commented Jun 2, 2019

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Convert the help command handler to TypeScript

Any background context you want to provide?

Slowly converting to TS 🐌

@lili2311 lili2311 self-assigned this Jun 2, 2019
@@ -10,7 +10,7 @@ import {SEVERITIES, WIZARD_SUPPORTED_PMS} from '../../lib/snyk-test/common';
import * as Debug from 'debug';
import {TestOptions} from '../../lib/types';
import {isLocalFolder} from '../../lib/detect';
import { MethodArgs, ArgsOptions } from '../args';
import { MethodArgs } from '../args';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused import

@lili2311 lili2311 requested a review from orsagie June 3, 2019 08:21
src/cli/commands/help.ts Show resolved Hide resolved
src/cli/commands/help.ts Outdated Show resolved Hide resolved
@lili2311 lili2311 force-pushed the chore/convert-help-to-typescript branch from e489906 to 278a068 Compare June 3, 2019 09:34
@lili2311 lili2311 merged commit a42f558 into master Jun 3, 2019
@lili2311 lili2311 deleted the chore/convert-help-to-typescript branch June 3, 2019 09:51
@snyksec
Copy link

snyksec commented Jun 3, 2019

🎉 This PR is included in version 1.171.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kyegupov kyegupov mentioned this pull request Jun 10, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants