saveourtool/save-cli

Support platform-specific execution command in save.properties

Open

#47 创建于 2021年4月27日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Kotlin (4 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (43 star)
PR 合并指标
 (PR 指标待抓取)

描述

What if the developer will need to run SAVE on Windows locally and on Linux in CI/CD? In this case his execution command on different operating systems can differ. So:

  1. We need to support following flags. It should be something like in the following examples:
  • execCmd.win= ...
  • execCmd.linux= ...
  • execCmd.mac = ...
  1. Flags above should be optional. In case only execCmd flag is set we should override these flags with this value.

This task is very questionable and need investigation and analysis from the developer.

贡献者指南