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
YieldNewExample("read more lines",NewUnParserSettings(){UnParserSettings.WithGroupSwitchesOnly(),UnParserSettings.WithUseEqualTokenOnly()},NewHeadOptionsWith{.FileName="file.bin",.Lines=10})
38
+
EndGet
39
+
EndProperty
40
+
30
41
EndClass
31
42
32
43
<[Verb]("tail",HelpText:="Displays last lines of a file.")>
yieldreturnnewExample("read more lines",new[]{UnParserSettings.WithGroupSwitchesOnly(),UnParserSettings.WithUseEqualTokenOnly()},newHeadOptions{FileName="file.bin",Lines=10});
50
+
}
51
+
}
38
52
}
39
53
40
54
[Verb("tail",HelpText="Displays last lines of a file.")]
0 commit comments