Skip to content

Commit 77ffabf

Browse files
authored
Merge pull request #20 from devaa-security/u/s5dev/release1.1.2
release version 1.1.1
2 parents 9edb040 + acb1c9d commit 77ffabf

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

manifest-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest-scanner",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Manifest Scanner for Android Application",
55
"author": "Shivasurya @s5dev",
66
"bin": {

manifest-scanner/src/commands/scan.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ export default class Scan extends Command {
3939
public async run(): Promise<void> {
4040
const {args, flags} = await this.parse(Scan)
4141

42-
if (flags.file && flags.report) {
43-
this.log(
44-
`you input --report and --file: ${flags.file} and ${flags.report}`,
45-
)
46-
}
47-
4842
// throw error if required flags are not provided
4943
if (!flags.file) {
5044
this.error('Please provide a file path')

0 commit comments

Comments
 (0)