mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
Set "scan" as default
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace ARP_Scanner;
|
||||
|
||||
[Verb("scan", HelpText = "Scan the specified IP range.")]
|
||||
[Verb("scan", true, HelpText = "Scan the specified IP range.")]
|
||||
internal class ScanOptions
|
||||
{
|
||||
[Value(0, Required = true, MetaName = "IP range", HelpText = "The IP range to scan.")]
|
||||
|
||||
Reference in New Issue
Block a user