君赏

Results 21 issues of 君赏

```swift struct TestCommandSignature: CommandSignature { @Argument(name: "age") var age: Int } struct TestCommand: AsyncCommand { typealias Signature = TestCommandSignature var help: String { "print age number" } func run(usingAsync context:...

```swift @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *) final class TestCommand: AsyncCommand { struct Signature: CommandSignature { @Argument(name: "foo", help: """ A foo is required An error will...

添加对于 Carthage 的安装

### Description: > Please include a detailed description of the issue (and an image or screen recording, if applicable) ```shell ➜ ~ ioreg -l -w 0 | tr ',' '\n'...

比如日志都是换行的导致界面超出边界

经过测试目前还不支持macOS,这个有计划支持吗?还是只支持iOS和android?

1 修复了 dart:html 在 iOS等平台运行报错 2 添加了缺少的 isDialog 参数 3 格式化代码 4 修复执行 showResult 方法执行 self->eventSink会造成崩溃