Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: better control the startup sequence #62

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

zimbatm
Copy link
Member

@zimbatm zimbatm commented Jan 20, 2021

The new startup sequence allows third-party modules to inject themselves
into the startup sequence.

[devshell.startup.myscript]
text = """
echo My script
"""

The interface is not public yet as it's not 100% settled yet.

The new startup sequence allows third-party modules to inject themselves
into the startup sequence.

    [devshell.startup.myscript]
    text = """
    echo My script
    """

The interface is not public yet as it's not 100% settled yet.
@zimbatm zimbatm merged commit 302498d into master Jan 20, 2021
@zimbatm zimbatm deleted the startup-sequence branch January 20, 2021 10:25
tennox pushed a commit to tennox/devshell that referenced this pull request May 17, 2022
The new startup sequence allows third-party modules to inject themselves
into the startup sequence.

    [devshell.startup.myscript]
    text = """
    echo My script
    """

The interface is not public yet as it's not 100% settled yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant