Cyan
Cyan
让两个指令都能用就好了( ``` exec: 当前指令有多个实现,请选择你要调用的指令: (spawn) exec [command]: 执行命令 (SUStools) exec (alias of taskadd) [-p ] cmd: 执行任务 ```
> > 让两个指令都能用就好了 > > 指令调用要提供给其他插件作为 API 调用,所以必然不能这么设计。否则插件可能会在没人说话的时候来一句请选择了。 除非是预装插件,不然没办法保证这个指令被实现/用法一样 就和服务类似,应该可以指定使用哪个插件注册的指令,毕竟指令名字重复不重复是很难知道的(package.json 目前没有相关字段
其他适配器会出现这种情况吗
字符串操作很好玩吗,而且也不一定只有一个消息,也不一定是 retuen 的,你就说你想怎么处理吧, 你说你只是执行指令不管输出那你参数还得字符串拼接,如果包含特殊字符/用户输入,会不会出现bug或注入?
.gradle/cache
> well, when kernelSU appeared on the scene, we changed the logic to > > if pref `useMountMaster` is set and the shell has --mount-master (according to libsu): use `echo...
> I now have kernelSu myself... > > i wonder how this works: > > > Configure App Profile with uid != 0 like 100 > > there are several...
> well, not using `su 0` but something else (not sure what?) is the first step. After you pass the check, you probably want that it works, right? > >...
> I am debugging now... > > as profile I use adb, which is uid/gid=2000, no capabilities (not sure which are needed) > > before any checking takes place, libsu...
提 pr 或者自己 fork 都可以更新的