https://bugs.documentfoundation.org/show_bug.cgi?id=117202

            Bug ID: 117202
           Summary: Allow to pass arguments to command line called python
                    scripts
           Product: LibreOffice
           Version: 6.0.2.1 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: [email protected]
          Reporter: [email protected]

One can launch python scripts using command line such as :

$ soffice
'vnd.sun.star.script:myLib/myModule.py$pyFunction?language=Python&location=user'

unfortunatelly, one can not pass arguments to `pyFunction`

expected :

be able to pass arguments and call like this

$ soffice 'vnd.sun.star.script:myLib/myModule.py$pyFunction(first, second,
third)?language=Python&location=user'

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to