We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9edb040 + acb1c9d commit 77ffabfCopy full SHA for 77ffabf
2 files changed
manifest-scanner/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "manifest-scanner",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Manifest Scanner for Android Application",
5
"author": "Shivasurya @s5dev",
6
"bin": {
manifest-scanner/src/commands/scan.ts
@@ -39,12 +39,6 @@ export default class Scan extends Command {
39
public async run(): Promise<void> {
40
const {args, flags} = await this.parse(Scan)
41
42
- if (flags.file && flags.report) {
43
- this.log(
44
- `you input --report and --file: ${flags.file} and ${flags.report}`,
45
- )
46
- }
47
-
48
// throw error if required flags are not provided
49
if (!flags.file) {
50
this.error('Please provide a file path')
0 commit comments