You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Command/PairDevice.cs
+42-6Lines changed: 42 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
6
6
namespaceBluetoothDevicePairing.Command
7
7
{
8
-
[Verb("pair",HelpText="Pair and connect to a device. If device is paired but not connected, this command unpairs it first and then pairs and connects")]
8
+
[Verb("pair",
9
+
HelpText="Pair and connect to a device. If device is paired but not connected, this command unpairs it first and then pairs and connects")]
HelpText="wait for an user input in case of an error. This flag can be useful if you want a console to not disappear to see an error message in case a command failed")]
8
+
HelpText=
9
+
"wait for an user input in case of an error. This flag can be useful if you want a console to not disappear to see an error message in case a command failed")]
0 commit comments