Skip to content

2.2.1

Compare
Choose a tag to compare
@FabienArcellier FabienArcellier released this 18 Sep 19:04
· 49 commits to master since this release

Version 2.2.1 gives the ability to invoke a fulltext command instead of composing it.

@alfred.command('lint', help="validate the source code using mypy")
def lint():
  alfred.run("mypy src/*") # use full text command

What's Changed

  • alfred.run execute a text command directly by @FabienArcellier in #49
  • path property in alfred manifest simplify using utilities as jest install from node modules in command by @FabienArcellier in #55

Bug fix

  • forward the --debug flag when a subcommand is invoked in another virtual environment by @FabienArcellier in #47
  • show error output when execution of a command by another executor ends badly by @FabienArcellier in #51
  • working directory is always the project directory of the command by @FabienArcellier in #53

Full Changelog: 2.2.0...2.2.1